You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > Min Method > Math387.Min Method ([In] TCplx, [In] TCplx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.Min Method ([In] TCplx, [In] TCplx)

Minimum of two numbers.

Syntax
C#
Visual Basic
public static TCplx Min([In] TCplx X, [In] TCplx Y);

the minimum of two complex numbers X and Y.

Complex numbers are first compared by the absolute value. If they are equal they are further compared by the unwrapped phase -PI,PI angle.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!